projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad0ece
)
* src/comp.c (Fcomp_el_to_eln_filename): Fix doc.
author
Andrea Corallo
<akrl@sdf.org>
Sun, 4 Apr 2021 18:54:55 +0000
(20:54 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 4 Apr 2021 20:51:24 +0000
(22:51 +0200)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 9bad9b9667fc97f78e210d4a8fc961398fc9b55f..c167aaa94447d2bd2092609bbc181b325eaab933 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4088,7
+4088,8
@@
DEFUN ("comp-el-to-eln-filename", Fcomp_el_to_eln_filename,
Scomp_el_to_eln_filename, 1, 2, 0,
doc: /* Return the .eln filename for source FILENAME to used
for new compilations.
-If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */)
+If BASE-DIR is non-nil use it as a base directory, look for a suitable
+directory in `comp-eln-load-path' otherwise. */)
(Lisp_Object filename, Lisp_Object base_dir)
{
Lisp_Object source_filename = filename;